drm/vc4: Add get/set tiling ioctls.
authorEric Anholt <eric@anholt.net>
Mon, 5 Jun 2017 21:00:45 +0000 (14:00 -0700)
committerpopcornmix <popcornmix@gmail.com>
Thu, 8 Jun 2017 15:48:37 +0000 (16:48 +0100)
commit3ea95503a626b7e4157afa0745d11908546654b1
tree9b239d84c589932eb4796362a46a39db4a5b387a
parent85e9ae254717d2e4a313945a465230a3102cad42
drm/vc4: Add get/set tiling ioctls.

This allows mesa to set the tiling format for a BO and have that
tiling format be respected by mesa on the other side of an
import/export (and by vc4 scanout in the kernel), without defining a
protocol to pass the tiling through userspace.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_bo.c
drivers/gpu/drm/vc4/vc4_drv.c
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_kms.c
include/uapi/drm/vc4_drm.h